Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / AnimationRepeat Event


In This Topic
    AnimationRepeat Event (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event AnimationRepeat As EventHandler(Of Animation.AnimationRepeatEventArgs)
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim handler As EventHandler(Of Animation.AnimationRepeatEventArgs)
     
    AddHandler instance.AnimationRepeat, handler
    See Also